Table of Contents

History
Real functions
Definition
Rules for continuity
Examples of discontinuous functions
Properties
Directional Continuity
Semicontinuity
Continuous functions between metric spaces
Uniform, Hölder and Lipschitz continuity
{{anchor|Continuous map (topology)}}Continuous functions between topological spaces
Continuity at a point
Alternative definitions
Properties
Homeomorphisms
Defining topologies via continuous functions
Related notions
See also
References
Bibliography

continuous function

In mathematics, a continuous function is a function such that a small variation of the argument induces a small variation of the value of the function. This implies there are no abrupt changes in value, known as discontinuities. More precisely, a function is continuous if arbitrarily small changes in its value can be assured by restricting to sufficiently small changes of its argument. A discontinuous function is a function that is . Until the 19th century, mathematicians largely relied on intuitive notions of continuity and considered only continuous functions. The epsilon–delta definition of a limit was introduced to formalize the definition of continuity.

Continuity is one of the core concepts of calculus and mathematical analysis, where arguments and values of functions are real and complex numbers. The concept has been generalized to functions between metric spaces and between topological spaces. The latter are the most general continuous functions, and their definition is the basis of topology.

A stronger form of continuity is uniform continuity. In order theory, especially in domain theory, a related concept of continuity is Scott continuity.

As an example, the function H(t) denoting the height of a growing flower at time t would be considered continuous. In contrast, the function M(t) denoting the amount of money in a bank account at time t would be considered discontinuous since it "jumps" at each point in time when money is deposited or withdrawn.

History

A form of the epsilon–delta definition of continuity was first given by Bernard Bolzano in 1817. Augustin-Louis Cauchy defined continuity of y=f(x) as follows: an infinitely small increment α of the independent variable x always produces an infinitely small change f(x+α)-f(x) of the dependent variable y (see e.g. Cours d'Analyse, p. 34). Cauchy defined infinitely small quantities in terms of variable quantities, and his definition of continuity closely parallels the infinitesimal definition used today (see microcontinuity). The formal definition and the distinction between pointwise continuity and uniform continuity were first given by Bolzano in the 1830s, but the work wasn't published until the 1930s. Like Bolzano, Karl Weierstrass denied continuity of a function at a point c unless it was defined at and on both sides of c, but Édouard Goursat allowed the function to be defined only at and on one side of c, and Camille Jordan allowed it even if the function was defined only at c. All three of those nonequivalent definitions of pointwise continuity are still in use. Eduard Heine provided the first published definition of uniform continuity in 1872, but based these ideas on lectures given by Peter Gustav Lejeune Dirichlet in 1854.

Real functions

Definition

The function f(x)=1x is continuous on its domain (R{0}), but is discontinuous at x=0, when considered as a piecewise function defined on the reals.

A real function that is a function from real numbers to real numbers can be represented by a graph in the Cartesian plane; such a function is continuous if, roughly speaking, the graph is a single unbroken curve whose domain is the entire real line. A more mathematically rigorous definition is given below.

Continuity of real functions is usually defined in terms of limits. A function f with variable x is continuous at the real number c, if the limit of f(x), as x tends to c, is equal to f(c).
There are several different definitions of the (global) continuity of a function, which depend on the nature of its domain.

A function is continuous on an open interval if the interval is contained in the function's domain and the function is continuous at every interval point. A function that is continuous on the interval (-,+) (the whole real line) is often called simply a continuous function; one also says that such a function is continuous everywhere. For example, all polynomial functions are continuous everywhere.

A function is continuous on a semi-open or a closed interval; if the interval is contained in the domain of the function, the function is continuous at every interior point of the interval, and the value of the function at each endpoint that belongs to the interval is the limit of the values of the function when the variable tends to the endpoint from the interior of the interval. For example, the function f(x)=x is continuous on its whole domain, which is the semi-open interval [0,+).
Many commonly encountered functions are partial functions that have a domain formed by all real numbers, except some isolated points. Examples include the reciprocal function x1x and the tangent function xtanx. When they are continuous on their domain, one says, in some contexts, that they are continuous, although they are not continuous everywhere. In other contexts, mainly when one is interested in their behavior near the exceptional points, one says they are discontinuous.

A partial function is discontinuous at a point if the point belongs to the topological closure of its domain, and either the point does not belong to the domain of the function or the function is not continuous at the point. For example, the functions x1x and xsin(1x) are discontinuous at 0, and remain discontinuous whichever value is chosen for defining them at 0. A point where a function is discontinuous is called a discontinuity.

Using mathematical notation, several ways exist to define continuous functions in the three senses mentioned above.

Let f:DR be a function whose domain D is contained in R of real numbers.

Some (but not all) possibilities for D are:


In the case of an open interval, a and b do not belong to D, and the values f(a) and f(b) are not defined, and if they are, they do not matter for continuity on D.

Definition in terms of limits of functions

The function f is continuous at some point c of its domain if the limit of f(x), as x approaches c through the domain of f, exists and is equal to f(c). In mathematical notation, this is written as

limxcf(x)=f(c).
In detail this means three conditions: first, f has to be defined at c (guaranteed by the requirement that c is in the domain of f). Second, the limit of that equation has to exist. Third, the value of this limit must equal f(c).
(Here, we have assumed that the domain of f does not have any isolated points.)

Definition in terms of neighborhoods

A neighborhood of a point c is a set that contains, at least, all points within some fixed distance of c. Intuitively, a function is continuous at a point c if the range of f over the neighborhood of c shrinks to a single point f(c) as the width of the neighborhood around c shrinks to zero. More precisely, a function f is continuous at a point c of its domain if, for any neighborhood N1(f(c)) there is a neighborhood N2(c) in its domain such that f(x)N1(f(c)) whenever xN2(c).
As neighborhoods are defined in any topological space, this definition of a continuous function applies not only for real functions but also when the domain and the codomain are topological spaces and is thus the most general definition. It follows that a function is automatically continuous at every isolated point of its domain. For example, every real-valued function on the integers is continuous.

Definition in terms of limits of sequences

The sequence exp(1/n) converges to

One can instead require that for any sequence (xn)nN of points in the domain which converges to c, the corresponding sequence (f(xn))nN converges to f(c). In mathematical notation, (xn)nND:limnxn=climnf(xn)=f(c).

Weierstrass and Jordan definitions (epsilon–delta) of continuous functions

Illustration of the ε-δ-definition: at , any value δ ≤ 0.5 satisfies the condition of the definition for .

Explicitly including the definition of the limit of a function, we obtain a self-contained definition: Given a function f:DR as above and an element x0 of the domain D, f is said to be continuous at the point x0 when the following holds: For any positive real number ε>0, however small, there exists some positive real number δ>0 such that for all x in the domain of f with x0-δ<x<x0+δ, the value of f(x) satisfies

f(x0)-ε<f(x)<f(x0)+ε.
Alternatively written, continuity of f:DR at x0D means that for every ε>0, there exists a δ>0 such that for all xD:
|x-x0|<δ~~ implies ~~|f(x)-f(x0)|<ε.
More intuitively, we can say that if we want to get all the f(x) values to stay in some small neighborhood around f(x0), we need to choose a small enough neighborhood for the x values around x0. If we can do that no matter how small the f(x0) neighborhood is, then f is continuous at x0.
In modern terms, this is generalized by the definition of continuity of a function with respect to a basis for the topology, here the metric topology.

Weierstrass had required that the interval x0-δ<x<x0+δ be entirely within the domain D, but Jordan removed that restriction.

Definition in terms of control of the remainder

In proofs and numerical analysis, we often need to know how fast limits are converging, or in other words, control of the remainder. We can formalize this to a definition of continuity.

A function C:[0,)[0,] is called a control function if


A function f:DR is C-continuous at x0 if there exists such a neighbourhood N(x0) that

|f(x)-f(x0)|C(|x-x0|) for all xDN(x0)
A function is continuous in x0 if it is C-continuous for some control function C.

This approach leads naturally to refining the notion of continuity by restricting the set of admissible control functions. For a given set of control functions C a function is if it is for some CC. For example, the Lipschitz, the Hölder continuous functions of exponent α and the uniformly continuous functions below are defined by the set of control functions

CLipschitz={C:C(δ)=K|δ|,K>0}

CHölder-α={C:C(δ)=K|δ|α,K>0}
Cuniform cont.={C:C(0)=0}
respectively.

Definition using oscillation

The failure of a function to be continuous at a point is quantified by its oscillation.

Continuity can also be defined in terms of oscillation: a function f is continuous at a point x0 if and only if its oscillation at that point is zero; in symbols, ωf(x0)=0. A benefit of this definition is that it discontinuity: the oscillation gives how the function is discontinuous at a point.

This definition is helpful in descriptive set theory to study the set of discontinuities and continuous points – the continuous points are the intersection of the sets where the oscillation is less than ε (hence a Gδ set) – and gives a rapid proof of one direction of the Lebesgue integrability condition.

The oscillation is equivalent to the ε-δ definition by a simple re-arrangement and by using a limit (lim sup, lim inf) to define oscillation: if (at a given point) for a given ε0 there is no δ that satisfies the ε-δ definition, then the oscillation is at least ε0, and conversely if for every ε there is a desired δ, the oscillation is 0. The oscillation definition can be naturally generalized to maps from a topological space to a metric space.

Definition using the hyperreals

Cauchy defined the continuity of a function in the following intuitive terms: an infinitesimal change in the independent variable corresponds to an infinitesimal change of the dependent variable (see Cours d'analyse, page 34). Non-standard analysis is a way of making this mathematically rigorous. The real line is augmented by adding infinite and infinitesimal numbers to form the hyperreal numbers. In nonstandard analysis, continuity can be defined as follows.

(see microcontinuity). In other words, an infinitesimal increment of the independent variable always produces an infinitesimal change of the dependent variable, giving a modern expression to Augustin-Louis Cauchy's definition of continuity.

Rules for continuity

The graph of a cubic function has no jumps or holes. The function is continuous.

Proving the continuity of a function by a direct application of the definition is generally a noneasy task. Fortunately, in practice, most functions are built from simpler functions, and their continuity can be deduced immediately from the way they are defined, by applying the following rules:

The graph of a continuous rational function. The function is not defined for x=-2. The vertical and horizontal lines are asymptotes.

These rules imply that every polynomial function is continuous everywhere and that a rational function is continuous everywhere where it is defined, if the numerator and the denominator have no common zeros. More generally, the quotient of two continuous functions is continuous outside the zeros of the denominator.

The sinc and the cos functions

An example of a function for which the above rules are not sufficient is the sinc function, which is defined by and for . The above rules show immediately that the function is continuous for , but, for proving the continuity at , one has to prove

limx0sinxx=1.
As this is true, one gets that the sinc function is continuous function on all real numbers.

Examples of discontinuous functions

Plot of the signum function. It shows that limnsgn(1n)sgn(limn1n). Thus, the signum function is discontinuous at 0 (see section 2.1.3).

An example of a discontinuous function is the Heaviside step function H, defined by

H(x)= if x01 if x<00
Pick for instance ε=1/2. Then there is no around x=0, i.e. no open interval (-δ,δ) with δ>0, that will force all the H(x) values to be within the of H(0), i.e. within (1/2,3/2). Intuitively, we can think of this type of discontinuity as a sudden jump in function values.

Similarly, the signum or sign function

sgn(x)= if x>01 if x=00 if x<0-1
is discontinuous at x=0 but continuous everywhere else. Yet another example: the function

f(x)= if x0sin(x-2) if x=00
is continuous everywhere apart from x=0.

Point plot of Thomae's function on the interval (0,1). The topmost point in the middle shows f(1/2) = 1/2.

Besides plausible continuities and discontinuities like above, there are also functions with a behavior, often coined pathological, for example, Thomae's function,

f(x)= if x=01 if x=pq(in lowest terms) is a rational number1q if x is irrational.0
is continuous at all irrational numbers and discontinuous at all rational numbers. In a similar vein, Dirichlet's function, the indicator function for the set of rational numbers,

D(x)= if x is irrational (RQ)0 if x is rational (Q)1
is nowhere continuous.

Properties

A useful lemma

Let f(x) be a function that is continuous at a point x0, and y0 be a value such f(x0)y0. Then f(x)y0 throughout some neighbourhood of x0.
Proof: By the definition of continuity, take ε=|y0-f(x0)|2>0 , then there exists δ>0 such that

|f(x)-f(x0)|<|y0-f(x0)|2 whenever |x-x0|<δ
Suppose there is a point in the neighbourhood |x-x0|<δ for which f(x)=y0; then we have the contradiction

|f(x0)-y0|<|f(x0)-y0|2.

Intermediate value theorem

The intermediate value theorem is an existence theorem, based on the real number property of completeness, and states:

If the real-valued function f is continuous on the closed interval [a,b], and k is some number between f(a) and f(b), then there is some number c[a,b], such that f(c)=k.

For example, if a child grows from 1 m to 1.5 m between the ages of two and six years, then, at some time between two and six years of age, the child's height must have been 1.25 m.

As a consequence, if f is continuous on [a,b] and f(a) and f(b) differ in sign, then, at some point c[a,b], f(c) must equal zero.

Extreme value theorem

The extreme value theorem states that if a function f is defined on a closed interval [a,b] (or any closed and bounded set) and is continuous there, then the function attains its maximum, i.e. there exists c[a,b] with f(c)f(x) for all x[a,b]. The same is true of the minimum of f. These statements are not, in general, true if the function is defined on an open interval (a,b) (or any set that is not both closed and bounded), as, for example, the continuous function f(x)=1x, defined on the open interval (0,1), does not attain a maximum, being unbounded above.

Relation to differentiability and integrability

Every differentiable function
f:(a,b)R
is continuous, as can be shown. The converse does not hold: for example, the absolute value function

f(x)=|x|= if x0x if x<0-x

is everywhere continuous. However, it is not differentiable at x=0 (but is so everywhere else). Weierstrass's function is also everywhere continuous but nowhere differentiable.

The derivative f′(x) of a differentiable function f(x) need not be continuous. If f′(x) is continuous, f(x) is said to be continuously differentiable. The set of such functions is denoted C1((a,b)). More generally, the set of functions

f:ΩR
(from an open interval (or open subset of R) Ω to the reals) such that f is n times differentiable and such that the n-th derivative of f is continuous is denoted Cn(Ω). See differentiability class. In the field of computer graphics, properties related (but not identical) to C0,C1,C2 are sometimes called G0 (continuity of position), G1 (continuity of tangency), and G2 (continuity of curvature); see Smoothness of curves and surfaces.

Every continuous function

f:[a,b]R
is integrable (for example in the sense of the Riemann integral). The converse does not hold, as the (integrable but discontinuous) sign function shows.

Pointwise and uniform limits

thumb

Given a sequence
f1,f2,[PARSE ERROR: Undefined("Command(\"dotsc\")")]:IR
of functions such that the limit

f(x):=limnfn(x)
exists for all xD,, the resulting function f(x) is referred to as the pointwise limit of the sequence of functions (fn)nN. The pointwise limit function need not be continuous, even if all functions fn are continuous, as the animation at the right shows. However, f is continuous if all functions fn are continuous and the sequence converges uniformly, by the uniform convergence theorem. This theorem can be used to show that the exponential functions, logarithms, square root function, and trigonometric functions are continuous.

Directional Continuity




Discontinuous functions may be discontinuous in a restricted way, giving rise to the concept of directional continuity (or right and left continuous functions) and semi-continuity. Roughly speaking, a function is if no jump occurs when the limit point is approached from the right. Formally, f is said to be right-continuous at the point c if the following holds: For any number ε>0 however small, there exists some number δ>0 such that for all x in the domain with c<x<c+δ, the value of f(x) satisfies

|f(x)-f(c)|<ε
This is the same condition as continuous functions, except it is required to hold only for x strictly larger than c. Requiring |f(x)-f(c)|<ε to hold instead for all x with c-δ<x<c yields the notion of functions. A function is continuous if and only if it is both right-continuous and left-continuous.

Semicontinuity

Semicontinuity
A function f is at the point c if, roughly, any jumps that might occur only go down, but not up. That is, for any ε>0, there exists some number δ>0 such that for all x in the domain with |x-c|<δ, the value of f(x) satisfies

f(x)f(c)-ε.
The reverse condition is .

Continuous functions between metric spaces

The concept of continuous real-valued functions can be generalized to functions between metric spaces. A metric space is a set X equipped with a function (called metric) dX, that can be thought of as a measurement of the distance of any two elements in X. Formally, the metric is a function

dX:X×XR
that satisfies a number of requirements, notably the triangle inequality. Given two metric spaces (X,dX) and (Y,dY) and a function

f:XY
then f is continuous at the point cX (with respect to the given metrics) if for any positive real number ε>0, there exists a positive real number δ>0 such that all xX satisfying dX(x,c)<δ will also satisfy dY(f(x),f(c))<ε. As in the case of real functions above, this is equivalent to the condition that for every sequence (xn) in X with limit limxn=c, we have limf(xn)=f(c). The latter condition can be weakened as follows: f is continuous at the point c if and only if for every convergent sequence (xn) in X with limit c, the sequence (f(xn)) is a Cauchy sequence, and c is in the domain of f.

The set of points at which a function between metric spaces is continuous is a Gδ set – this follows from the ε-δ definition of continuity.

This notion of continuity is applied, for example, in functional analysis. A key statement in this area says that a linear operator
T:VW
between normed vector spaces V and W (which are vector spaces equipped with a compatible norm, denoted x) is continuous if and only if it is bounded, that is, there is a constant K such that

T(x)Kx
for all xV.

Uniform, Hölder and Lipschitz continuity

For a Lipschitz continuous function, there is a double cone (shown in white) whose vertex can be translated along the graph so that the graph always remains entirely outside the cone.

The concept of continuity for functions between metric spaces can be strengthened in various ways by limiting the way δ depends on ε and c in the definition above. Intuitively, a function f as above is uniformly continuous if the δ does

not depend on the point c. More precisely, it is required that for every real number ε>0 there exists δ>0 such that for every c,bX with dX(b,c)<δ, we have that dY(f(b),f(c))<ε. Thus, any uniformly continuous function is continuous. The converse does not generally hold but holds when the domain space X is compact. Uniformly continuous maps can be defined in the more general situation of uniform spaces.

A function is Hölder continuous with exponent α (a real number) if there is a constant K such that for all b,cX, the inequality

dY(f(b),f(c))K·(dX(b,c))α
holds. Any Hölder continuous function is uniformly continuous. The particular case α=1 is referred to as Lipschitz continuity. That is, a function is Lipschitz continuous if there is a constant K such that the inequality

dY(f(b),f(c))K·dX(b,c)
holds for any b,cX. The Lipschitz condition occurs, for example, in the Picard–Lindelöf theorem concerning the solutions of ordinary differential equations.

{{anchor|Continuous map (topology)}}Continuous functions between topological spaces

Another, more abstract, notion of continuity is the continuity of functions between topological spaces in which there generally is no formal notion of distance, as there is in the case of metric spaces. A topological space is a set X together with a topology on X, which is a set of subsets of X satisfying a few requirements with respect to their unions and intersections that generalize the properties of the open balls in metric spaces while still allowing one to talk about the neighborhoods of a given point. The elements of a topology are called open subsets of X (with respect to the topology).

A function

f:XY
between two topological spaces X and Y is continuous if for every open set VY, the inverse image
f-1(V)={xX|f(x)V}
is an open subset of X. That is, f is a function between the sets X and Y (not on the elements of the topology TX), but the continuity of f depends on the topologies used on X and Y.

This is equivalent to the condition that the preimages of the closed sets (which are the complements of the open subsets) in Y are closed in X.

An extreme example: if a set X is given the discrete topology (in which every subset is open), all functions

f:XT
to any topological space T are continuous. On the other hand, if X is equipped with the indiscrete topology (in which the only open subsets are the empty set and X) and the space T set is at least T0, then the only continuous functions are the constant functions. Conversely, any function whose codomain is indiscrete is continuous.

Continuity at a point

Continuity at a point: For every neighborhood V of f(x), there is a neighborhood U of x such that f(U)V

The translation in the language of neighborhoods of the (ε,δ)-definition of continuity leads to the following definition of the continuity at a point:
This definition is equivalent to the same statement with neighborhoods restricted to open neighborhoods and can be restated in several ways by using preimages rather than images. One of those ways is the following. As every set that contains a neighborhood is also a neighborhood, and f-1(V) is the largest subset UX such that f(U)V, the above definition may be simplified into:
As an open set is a set that is a neighborhood of all its points, a function f:XY is continuous at every point of X if and only if it is a continuous function.

If X and Y are metric spaces, it is equivalent to consider the neighborhood system of open balls centered at x and f(x) instead of all neighborhoods. This gives back the above ε-δ definition of continuity in the context of metric spaces. In general topological spaces, there is no notion of nearness or distance. If, however, the target space is a Hausdorff space, it is still true that f is continuous at a if and only if the limit of f as x approaches a is f(a). At an isolated point, every function is continuous.

Given xX, a map f:XY is continuous at x if and only if whenever B is a filter on X that converges to x in X, which is expressed by writing Bx, then necessarily f(B)f(x) in Y.

If N(x) denotes the neighborhood filter at x then f:XY is continuous at x if and only if f(N(x))f(x) in Y. Moreover, this happens if and only if the prefilter f(N(x)) is a filter base for the neighborhood filter of f(x) in Y.

Alternative definitions

Several equivalent definitions for a topological structure exist; thus, several equivalent ways exist to define a continuous function.

Sequences and nets {{anchor|Heine definition of continuity}}

Heine theorem
In several contexts, the topology of a space is conveniently specified in terms of limit points. This is often accomplished by specifying when a point is the limit of a sequence. Still, for some spaces that are too large in some sense, one specifies also when a point is the limit of more general sets of points indexed by a directed set, known as nets. A function is (Heine-)continuous only if it takes limits of sequences to limits of sequences. In the former case, preservation of limits is also sufficient; in the latter, a function may preserve all limits of sequences yet still fail to be continuous, and preservation of nets is a necessary and sufficient condition.

In detail, a function f:XY is sequentially continuous if whenever a sequence (xn) in X converges to a limit x, the sequence (f(xn)) converges to f(x). Thus, sequentially continuous functions "preserve sequential limits." Every continuous function is sequentially continuous. If X is a first-countable space and countable choice holds, then the converse also holds: any function preserving sequential limits is continuous. In particular, if X is a metric space, sequential continuity and continuity are equivalent. For non-first-countable spaces, sequential continuity might be strictly weaker than continuity. (The spaces for which the two properties are equivalent are called sequential spaces.) This motivates the consideration of nets instead of sequences in general topological spaces. Continuous functions preserve the limits of nets, and this property characterizes continuous functions.

For instance, consider the case of real-valued functions of one real variable:

Closure operator and interior operator definitions

In terms of the interior and closure operators, we have the following equivalences,

Proof.i ⇒ ii.

Fix a subset B of Y. Since intYB is open.

and f is continuous, f-1(intYB) is open in X.
As intYBB, we have f-1(intYB)f-1(B).
By the definition of the interior, intX(f-1(B)) is the largest open set contained in f-1(B). Hence f-1(intYB)intX(f-1(B)).
ii ⇒ iii.

Fix AX and let xclXA. Suppose to the contrary that f(x)clY(f(A)),
then we may find some open neighbourhood V of f(x) that is disjoint from clY(f(A)). By ii, f-1(V)=f-1(intYV)intX(f-1(V)), hence f-1(V) is open. Then we have found an open neighbourhood of x that does not intersect clXA, contradicting the fact that xclXA.
Hence f(clXA)clY(f(A)).
iii ⇒ i.

Let NY be closed. Let M=f-1(N) be the preimage of N.
By iii, we have f(clXM)clY(f(M)).
Since f(M)=f(f-1(N))N,
we have further that f(clXM)clYN=N.
Thus clXMf-1(f(clXM))f-1(N)=M.
Hence M is closed and we are done.

If we declare that a point x is a subset AX if xclXA, then this terminology allows for a plain English description of continuity: f is continuous if and only if for every subset AX, f maps points that are close to A to points that are close to f(A). Similarly, f is continuous at a fixed given point xX if and only if whenever x is close to a subset AX, then f(x) is close to f(A).
Instead of specifying topological spaces by their open subsets, any topology on X can alternatively be determined by a closure operator or by an interior operator.

Specifically, the map that sends a subset A of a topological space X to its topological closure clXA satisfies the Kuratowski closure axioms. Conversely, for any closure operator AclA there exists a unique topology τ on X (specifically, τ:={XclA:AX}) such that for every subset AX, clA is equal to the topological closure cl(X,τ)A of A in (X,τ). If the sets X and Y are each associated with closure operators (both denoted by cl) then a map f:XY is continuous if and only if f(clA)cl(f(A)) for every subset AX.
Similarly, the map that sends a subset A of X to its topological interior intXA defines an interior operator. Conversely, any interior operator AintA induces a unique topology τ on X (specifically, τ:={intA:AX}) such that for every AX, intA is equal to the topological interior int(X,τ)A of A in (X,τ). If the sets X and Y are each associated with interior operators (both denoted by int) then a map f:XY is continuous if and only if f-1(intB)int(f-1(B)) for every subset BY.

Filters and prefilters

Filters in topology
Continuity can also be characterized in terms of filters. A function f:XY is continuous if and only if whenever a filter B on X converges in X to a point xX, then the prefilter f(B) converges in Y to f(x). This characterization remains true if the word "filter" is replaced by "prefilter."

Properties

If f:XY and g:YZ are continuous, then so is the composition gf:XZ. If f:XY is continuous and


The possible topologies on a fixed set X are partially ordered: a topology τ1 is said to be coarser than another topology τ2 (notation: τ1τ2) if every open subset with respect to τ1 is also open with respect to τ2. Then, the identity map
idX:(X,τ2)(X,τ1)
is continuous if and only if τ1τ2 (see also comparison of topologies). More generally, a continuous function

(X,τX)(Y,τY)
stays continuous if the topology τY is replaced by a coarser topology and/or τX is replaced by a finer topology.

Homeomorphisms

Symmetric to the concept of a continuous map is an open map, for which of open sets are open. If an open map f has an inverse function, that inverse is continuous, and if a continuous map g has an inverse, that inverse is open. Given a bijective function f between two topological spaces, the inverse function f-1 need not be continuous. A bijective continuous function with a continuous inverse function is called a .

If a continuous bijection has as its domain a compact space and its codomain is Hausdorff, then it is a homeomorphism.

Defining topologies via continuous functions

Given a function

f:XS,
where X is a topological space and S is a set (without a specified topology), the final topology on S is defined by letting the open sets of S be those subsets A of S for which f-1(A) is open in X. If S has an existing topology, f is continuous with respect to this topology if and only if the existing topology is coarser than the final topology on S. Thus, the final topology is the finest topology on S that makes f continuous. If f is surjective, this topology is canonically identified with the quotient topology under the equivalence relation defined by f.

Dually, for a function f from a set S to a topological space X, the initial topology on S is defined by designating as an open set every subset A of S such that A=f-1(U) for some open subset U of X. If S has an existing topology, f is continuous with respect to this topology if and only if the existing topology is finer than the initial topology on S. Thus, the initial topology is the coarsest topology on S that makes f continuous. If f is injective, this topology is canonically identified with the subspace topology of S, viewed as a subset of X.

A topology on a set S is uniquely determined by the class of all continuous functions SX into all topological spaces X. Dually, a similar idea can be applied to maps XS.

Related notions

If f:SY is a continuous function from some subset S of a topological space X then a of f to X is any continuous function F:XY such that F(s)=f(s) for every sS, which is a condition that is often written as f = F\big\vert_S. In words, it is any continuous function F:XY that restricts to f on S. This notion is used, for example, in the Tietze extension theorem and the Hahn–Banach theorem. If f:SY is not continuous, then it could not possibly have a continuous extension. If Y is a Hausdorff space and S is a dense subset of X then a continuous extension of f:SY to X, if one exists, will be unique. The Blumberg theorem states that if f:RR is an arbitrary function then there exists a dense subset D of R such that the restriction f\big\vert_D\colon D \to \R is continuous; in other words, every function RR can be restricted to some dense subset on which it is continuous.

Various other mathematical domains use the concept of continuity in different but related meanings. For example, in order theory, an order-preserving function f:XY between particular types of partially ordered sets X and Y is continuous if for each directed subset A of X, we have supf(A)=f(supA). Here sup is the supremum with respect to the orderings in X and Y, respectively. This notion of continuity is the same as topological continuity when the partially ordered sets are given the Scott topology.

In category theory, a functor
F:CD
between two categories is called if it commutes with small limits. That is to say,

[PARSE ERROR: Undefined("Command(\"varprojlim\")")]iIF(Ci)F([PARSE ERROR: Undefined("Command(\"varprojlim\")")]iICi)
for any small (that is, indexed by a set I, as opposed to a class) diagram of objects in C.

A continuity space is a generalization of metric spaces and posets, which uses the concept of quantales, and that can be used to unify the notions of metric spaces and domains.

In measure theory, a function f:ERk defined on a Lebesgue measurable set ERn is called approximately continuous at a point x0E if the approximate limit of f at x0 exists and equals f(x0). This generalizes the notion of continuity by replacing the ordinary limit with the approximate limit. A fundamental result known as the Stepanov-Denjoy theorem states that a function is measurable if and only if it is approximately continuous almost everywhere.

See also



References


Bibliography



Category:Calculus
Category:Types of functions